home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0243.txt < prev    next >
Encoding:
PGP Message  |  1998-06-24  |  1.3 KB  |  43 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3.  
  4. - --==MURRAY==-- digitized on 28-Apr-97 20:29:19:
  5.  > Can someone please explain the PAL/NTSC problems and differences.
  6.  > I have only ever used PAL and so any programs I have made up until 
  7.  > now have also been for PAL. However, now I'm getting foreigners
  8.  > moaning at me about PAL screens  and stuff but they then say its
  9.  > actually OK. Can they use programs with PAL screens on NTSC or
  10.  > what? Should I make things with a maximum height or 200 rather than
  11.  > 256?
  12.  
  13. Both our 1084S's can display PAL. But AMOS like checks the line
  14. frequency. It will only display NTSC from our 2 A500s. My A3000
  15. has a jumper to declare PAL/NTSC. With this set to PAL AMOS will
  16. display a PAL screen (but I don't think it likes to.)
  17.  
  18. A 224 line screen will generally fit on an NTSC monitor (or TV).
  19. So we can all compomise :)
  20.  
  21. I found myself checking for the maximum lines, and then placing the
  22. little scorebox screen, high score screen, current standing, etc., in
  23. a different area, after requesting the screenmode parameters.
  24.  
  25. I keep the actual playing field a bit smaller than an NTSC screen,
  26. and try to fill in around it with scorecards or something for PAL
  27. users.
  28.  
  29. IMHO, it just doesn't matter as far as gameplay goes. And Sprites
  30. can only look *so big*.
  31.  
  32. An AMOS limitation, I'm afraid.
  33.  
  34.  
  35.  > Thanks
  36.  > -Murray
  37.  
  38.  
  39. Hope this helps.
  40.  
  41.  
  42.  - Rand
  43.